{% extends './stocks.html' %} {% load static %} {% block navbar_content %}
add Ajouter
keyboard_arrow_downInstantannee
build Options
{% endblock %} {% block main_content %}

Ventes realisees par {{actual_institution}}

{% if search != None %} {{search}} {% else %} {% endif %}
{% for transaction in pages %} {% endfor %}
Facture Date Clients Benefice Commercial
{{transaction.m_code}} {{transaction.m_date}} Client non identifié {{transaction.montant}} XAF Articles
{% endblock %}